From: Jim Blandy Date: Sat, 20 Mar 1993 20:56:55 +0000 (+0000) Subject: * s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96776 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=055e9517dce5dab1b119bad1a23543b30805adf5;p=emacs.git * s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in Emacs 18. --- diff --git a/src/s/hpux8.h b/src/s/hpux8.h index 082730c3d8a..ef952e50f97 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h @@ -22,3 +22,6 @@ #else #define LD_SWITCH_SYSTEM -a archive -L/usr/lib/X11R4 #endif + +/* Specify compiler options for compiling oldXMenu. */ +#define OLDXMENU_OPTIONS CFLAGS=-I/usr/include/X11R4 diff --git a/src/s/sunos4-1.h b/src/s/sunos4-1.h index 3e243e550e7..8e038a8c60d 100644 --- a/src/s/sunos4-1.h +++ b/src/s/sunos4-1.h @@ -10,3 +10,6 @@ #define INTERRUPTIBLE_OPEN #define INTERRUPTIBLE_CLOSE #define INTERRUPTIBLE_IO + +/* Cause the compilation of oldxmenu to use the right -I option. */ +#define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM